home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / start.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  2.8 KB  |  78 lines

  1. [LANGUAGE english; PARENT index; PAGE 18]
  2. [C;6;B]        Start with lk®
  3. [J;1;N]
  4.   lk® is a utility which works from CLI or from your \
  5. Workbench. In that second case you must have a prepared \
  6. WITH file. In any case you should have a preference file. \
  7. You may use 'lkopts' utility to create those files.
  8.   In order to run lk at its full power, you should assign \
  9. the directory of lk as 'LK:'. That directory should include \
  10. 'HELP/', 'PREFS/', 'GUIDE/', 'SOURCES/', 'LIB/', 'ICONS/', \
  11. 'TOOLS/' directories.
  12.  
  13.   In any case, when you start lk on V36+, it checks global \
  14. variables of the AmigaDOS. You may defined a global variable \
  15. with the instruction 'setenv' of your CLI (you will have to \
  16. copy variables from 'ENV:' to 'ENVARC:' to keep them after \
  17. a reset.) Those variables are not necessary. The available \
  18. variables are:
  19.  
  20.   . LK/PREFS
  21.  
  22.   Gives the preference file name. If this file does not exist, \
  23. the default preference file will be searched as usuly. For \
  24. more informations, please refer to the following documentation:
  25. [C;3][LINK command; GOTO preferences]    The preferences file
  26. [J;1]
  27.   . LK/OBJPATH
  28.   . LK/LIBPATH
  29.   . LK/FDPATH
  30.   . LK/WITHPATH
  31.   . LK/ICONPATH
  32.  
  33.   Give the path of the given type. Those are unused when you \
  34. use the preference files: 'slink.prefs', 'dice.prefs' or \
  35. 'blink.prefs'. For more information, please refer to the \
  36. following documentation:
  37. [C;3][LINK paths]        PATHS
  38. [J;1]
  39.   . LHAOPTS
  40.  
  41.   This variable is used by the archiver. If you have archived \
  42. libraries and you use 'lha' tool, then the LHAOPTS variable can \
  43. be set to add some option flags to the default ones. The actual \
  44. command line to extract files is:
  45.  
  46.           lha -q e <library name> <file name>
  47.  
  48. A great option is also: '-w t:' to have the temporary files \
  49. created in memory instead of your hard drive.
  50. [INDENT 6]
  51. [LABEL cli][B]          Start from CLI:
  52. [B]
  53.     . type lk followed by a list of instruction
  54.     . create a WITH file and type 'lk with <with file>'
  55.     . create a WITH file named lk.with and type lk alone
  56.  
  57. [LABEL workbench][B]      Start from your Workbench:
  58. [B]
  59.     . double-click on lkopts to create the WITH file
  60.     . click on lk icon and then double-click on a WITH file
  61.       (You may select several WITH files)
  62. [INDENT 10]        OUTPUT
  63.           that type defines the output window; all lk messages \
  64. will be sent to that window.
  65.         PREFS
  66.           that type defines the preferences file name. That name \
  67. will overwrite the global variable LK/PREFS definition and it \
  68. will be used instead of the usual default 'lk.prefs' file.
  69.         OBJPATH
  70.         LIBPATH
  71.         FDPATH
  72.         WITHPATH
  73.         ICONPATH
  74.           those types define the given acces paths. Those \
  75. definitions will erase the one given in global variables.
  76.           Note: if you define WITHPATH before or after PREFS \
  77. it will be used to serach the preference file.
  78.